-
Re: Where to look for type design/editing opportunities, in a general sense?
Slightly off topic to why you started the thread, but I'd love to hear more about that Atari ST/Calamus time. Which fonts did you make, which process did you use? Are the fonts still around in one fo…4 -
Re: A tool that lets you pirate all fonts on any website, instantly.
@AbiRasheed That query still does expose a lot of fonts indeed, I forgot about that one. All of MyFont's top 10 fonts can be found that way, and much more. Most of the results come from badly configu…1 -
Re: Colored icon fonts?
If you just want to convert a bunch of SVG images to a color font, without needing to do work in a font editor, there are some command line tools that'll do just that for you: https://github.com/adob…3 -
Re: OpenType SVG color fonts coming to Windows 10 :)
@SiDaniels I don't see why SVG couldn't be broken down in exactly the same way (or, the other way around, be constructed from separate layers) but whatever suits your workflow :) By the way, I was wr…3 -
Re: Opacity in color fonts?
OpenType SVG currently doesn't support blend modes, so you'd have to "flatten" those, but it does support opacity and gradients. The image above would work nicely in OpenType SVG. The compl…1